home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1987 April / Ahoy_Magazine_87-04_1987_Double_L.d64 / Life Times 2 (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  286b  |  9 lines

  1. 0 print"[147]":poke646,1:poke53280,0:poke53281,0
  2. 1 rem ==================================
  3. 2 rem    commodares problem #36-3 :
  4. 3 rem    life times
  5. 4 rem    solution by
  6. 5 rem    clifford dedmore
  7. 6 rem ==================================
  8. 10 t$(1)="bc":inputy,a:fork=1to100:y=y-a:printk,abs(y)-(y<1);t$(-(y<1)):next
  9.